@import url("https://fonts.googleapis.com/css?family=Domine:400,700");
body, html {
  margin: 0;
  padding: 0; }

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (min-width: 992px) {
    header {
      position: absolute; } }
  @media screen and (max-width: 600px) {
    header {
      background-color: #FFFFFF; } }

.head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3333333333rem 0;
  margin-bottom: 4rem; }
  .head-wrapper .logo img {
    height: 3rem;
    position: relative;
    top: 28px;
    margin-left: 1rem; }
    @media screen and (min-width: 600px) {
      .head-wrapper .logo img {
        margin-left: 2rem; } }

footer {
  padding: 1rem;
  z-index: 1000;
  position: absolute;
  margin-top: -30px;
  background-color: #FFFFFF;
  width: 100%;
  font-size: 80%; }

.serif, h1, h2, h3, button, h4, h5, label, label span {
  font-family: 'Domine', serif; }

div, p, ul, section, input, select, textarea, nav {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
  font-weight: 300; }

p {
  font-size: 1rem;
  line-height: 150%; }

h1, h2, h3, button, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 700; }

h1, h2, h3, button {
  letter-spacing: -0.2vh; }

h1 {
  font-size: 4rem; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 2.8571428571rem; } }
h2 {
  font-size: 2.6666666667rem; }
h3, button {
  font-size: 1.8181818182rem; }

.lead {
  font-weight: 400;
  font-size: 1.3333333333rem; }
  @media screen and (max-width: 600px) {
    .lead {
      font-size: 1.1111111111rem; } }

.large {
  font-weight: 300;
  font-size: 1.5384615385rem; }

a {
  text-decoration: none;
  color: #00BCC6; }
  a:hover {
    color: #00A2AB; }

.text-blue {
  color: #00BCC6; }

.btn {
  transition: all 0.2s linear; }
  .btn-cta {
    color: #FFFFFF;
    background-color: #00BCC6;
    padding: 1rem 3rem;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2rem;
    line-height: 100%; }
    .btn-cta:hover {
      color: #FFFFFF !important;
      background-color: #00A2AB; }
  .btn-lg {
    padding: 0; }
    .btn-lg .hydrated {
      top: 6px;
      position: relative; }
      .btn-lg .hydrated:hover {
        left: 4px; }

span.line {
  border-bottom: 3px solid #b4e7f8;
  box-shadow: inset 0 -6px 0 #b4e7f8; }

.btn-cta .hydrated {
  position: relative;
  left: 4px;
  top: 4px; }
  .btn-cta .hydrated:hover {
    left: 8px; }

.message {
  font-weight: bold;
  display: block;
  padding-bottom: 2rem; }
  .message-error {
    color: #FF4949; }
  .message-success {
    color: #13CE66; }

ul {
  margin: 0; }
  ul li {
    list-style: none;
    margin-bottom: 0.6666666667rem;
    line-height: 150%; }
    ul li:before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-left: -2rem;
      margin-right: 20px;
      margin-bottom: -2px;
      background-color: #00BCC6;
      display: inline-block; }

.img-fluid {
  width: 100%; }
  .img-fluid-sm {
    width: 80%;
    margin: 0 auto; }

.connector {
  border-bottom: 4px dotted #b4e7f8;
  height: 6px;
  position: relative;
  width: 70%;
  margin: 0 auto;
  bottom: -180px; }

.hide {
  display: none; }

.dot-pattern {
  width: 24rem;
  height: 24rem;
  position: absolute;
  right: 8rem;
  margin-top: -8rem;
  background-image: url("../img/pattern_dot.png");
  background-repeat: repeat;
  background-size: 13px;
  z-index: -10; }

section {
  position: relative;
  z-index: 10; }

.panel {
  padding: 4rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 40; }
  @media screen and (max-width: 600px) {
    .panel {
      padding: 0;
      padding-bottom: 4rem; } }
  @media screen and (min-width: 992px) {
    .panel-mr {
      margin-right: -8rem; }
    .panel-pb {
      padding-bottom: 0; } }
  @media screen and (min-width: 993px) and (max-width: 1400px) {
    .panel-home {
      margin-top: 8rem; } }
  .panel-box {
    margin: 4rem auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 600px) {
      .panel-box {
        margin: auto;
        padding: 2rem; } }
  .panel-tr {
    background-color: transparent; }

#map {
  height: 80vh;
  position: relative;
  margin-top: -30vh; }

.logo {
  height: 6vh;
  width: auto !important;
  margin-bottom: 2rem; }

.big-icon {
  height: 8vh;
  margin-bottom: 2rem; }

@media screen and (max-width: 600px) {
  .push-down {
    margin-bottom: 4rem; } }

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch; }
.owl-carousel .owl-item .panel {
  width: auto;
  height: calc(100% - 8rem); }
.owl-dots {
  display: block;
  text-align: center; }
.owl-dot {
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #FFFFFF !important;
  border: 1px solid #999 !important;
  height: 12px; }
  .owl-dot:hover, .owl-dot.active {
    border-color: #00BCC6 !important;
    background-color: #00BCC6 !important; }
.owl-carousel:hover {
  transition: all 0.4s linear; }
  .owl-carousel:hover .owl-nav {
    display: flex; }
.owl-nav {
  display: none;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  margin-top: -50vh; }
  .owl-nav button {
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s linear;
    width: 80px;
    height: 80px;
    margin: 20px; }
    .owl-nav button:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .owl-nav span {
    font-size: 4rem;
    position: relative;
    top: -10px;
    font-weight: 100; }

label, label span {
  display: block;
  width: 100%;
  color: #999; }

input, select, textarea {
  border: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  resize: none;
  padding: 0.5rem 0 1rem 0;
  font-size: 1.3333333333rem;
  border-bottom: 2px solid #999;
  margin-bottom: 2rem; }
  input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    border-color: #00BCC6; }
  input:disabled, input.disabled, select:disabled, select.disabled, textarea:disabled, textarea.disabled {
    background-color: #FFFFFF;
    opacity: 0.4; }

button {
  font-weight: bold;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  button.btn {
    color: #00BCC6; }
    button.btn:hover, button.btn:active {
      color: #00A2AB; }
  button:disabled, button.disabled {
    color: #999 !important;
    opacity: 0.5 !important;
    cursor: not-allowed; }

/*# sourceMappingURL=style.css.map */
